home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / StartupTools / IfQual11.readme < prev    next >
Text File  |  1996-09-26  |  3KB  |  71 lines

  1. Short:    Starts a program if defined qualifiers are pressed.
  2. Author:   Stefan Le Breton (stlb@cs.TU-Berlin.de)
  3. Uploader: Stefan Le Breton (stlb@cs.TU-Berlin.de)
  4. Version:  1.1
  5. Type:     util/boot
  6.  
  7. NAME
  8.         IfQual - start a program if defined qualifiers are (not) pressed
  9.  
  10. SYNOPSIS
  11.         IfQual [qualifier ...] program arguments
  12.  
  13. TEMPLATE
  14.         NOT,
  15.         LBUT/S,MBUT/S,RBUT/S,CTRL/S,CAPS/S,LSHIFT/S,RSHIFT/S,
  16.         LALT/S,RALT/S,LAMIGA/S,RAMIGA/S,DO/A/F
  17.  
  18. DESCRIPTION
  19.         IfQual starts a program if the given qualifiers are pressed.
  20.         Any combination may be given, though some are not recommended...
  21.         (e.g. ctrl-lamiga-ramiga) or some need special hardware. (Three-button mouse :)
  22.  
  23.         If NOT is in the argument list, the program will be started if
  24.         given qualifiers are not pressed.
  25.  
  26.         LBUT, MBUT, RBUT: Mousebuttons: left, middle & right
  27.         CTRL, CAPS, LSHIFT, RSHIFT, LALT, RALT, LAMIGA, RAMIGA:
  28.                         obvious, at least I think so.
  29.  
  30.         DO: this is the program and it arguments that should
  31.                 be started if conditions are met.
  32.                 program is started with System(), so the program may also
  33.                 be a shell or rexx script.
  34.  
  35. EXAMPLE
  36.         I use IfQual, to decide which system to boot AmigaOS or NetBSD.
  37.         When I presss the middle mousebutton it should be NetBSD.
  38.         The first line in my startup-sequence is:
  39.  
  40.                 IfQual MBut loadbsd -a -c 2000 karamba:nbsd/netbsd
  41.  
  42. COMPABILITY
  43.         IfQual needs at least 'input.device' and 'dos.library' V36.
  44.         Both are part of the system software... The required software
  45.         is included in AmigaOS 2.0, 2.1, 3.0, 3.1. Other versions may differ,
  46.         though this is not very likely.
  47.  
  48. COPYRIGHT
  49.         IfQual is ©1995,1996 Stefan Le Breton (stlb@cs.tu-berlin.de)
  50.  
  51. DISTRIBUTION
  52.         Freely distributable as long as the archive is complete and unchanged.
  53.  
  54. NOTES
  55.         IfQual is pure, and may be made resident.
  56.  
  57. LICENSE
  58.         Amiga-Oberon Licence:
  59.         'You may not use IfQual in any way for military purposes.
  60.         You may not use IfQual in systems that affect life of people in any way.'
  61.  
  62.  
  63. ============================= Archive contents =============================
  64.  
  65. Original  Packed Ratio    Date     Time    Name
  66. -------- ------- ----- --------- --------  -------------
  67.     3556    2432 31.6% 28-Apr-96 10:45:36  IfQual
  68.     2173    1021 53.0% 28-Apr-96 10:46:36  IfQual.readme
  69. -------- ------- ----- --------- --------
  70.     5729    3453 39.7% 30-Apr-96 19:07:24   2 files
  71.